home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / allfiles / Itch / itch.dir / 00003_Script_ButManager Parent < prev    next >
Text File  |  1999-03-08  |  182b  |  13 lines

  1. property buttonObj
  2.  
  3. on New me,aState
  4.   return(me)
  5. end
  6.  
  7. on InitButtons me
  8.   set buttonObj = New(script "Button Parent",8)
  9. end
  10.  
  11. on UpdateLoop me
  12.   CheckState buttonObj
  13. end